home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / r_mouse.zip / ROBOCOMM.DEF next >
Text File  |  1991-04-28  |  2KB  |  62 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;       LOGIMENU File definition for RoboComm v3.0                      ;
  4. ;       Copyright (C) 1991 Stew Bottorf                                 ;
  5. ;                                    ;
  6. ;-----------------------------------------------------------------------;
  7. Begin Leftb, Midb, RightB, LeftM, RightM, UpM, DownM, 50, 100
  8. ;
  9. ;NOTE: with 2-button mouse, "MidB" means both buttons,
  10. ;      and... CHORDS are disabled
  11. ;
  12. CHORDS POP1,POP1,POP1,POP1
  13. ;
  14. Leftb:   TYPE ENTER      ;ENTER KEY
  15. Midb:    Type " "        ;SPACE KEY
  16. Rightb:  Type ESC        ;ESCAPE KEY
  17. ;
  18. LeftM:   TYPE 0,75      ; 0, 75 is Left Arrow Key
  19. RightM:  TYPE 0,77      ; 0, 77 is Right Arrow Key
  20. UpM:     TYPE 0,72      ; 0, 72 is Up Arrow Key
  21. DownM:   TYPE 0,80      ; 0, 80 is Down Arrow Key 
  22. ;
  23. ;
  24. ;           0        1         2         3        4         5         6
  25. ;           123456789012345678901234567890123456789012345678901234567890
  26. POP1: POPUP 19,11,3;   was 120
  27.       text "   ╔════════╦═══════╦════════╗                             "
  28.       text "   ║ Select ║  Tag  ║ Escape ║  Robocomm v3.00 Mouse Menu  "
  29.       text "┌─ ╚════════╩═══════╩════════╝ ───────────────────────────┐"
  30.       text "│ Exit   [+]   List   Log   Capture   Find   UTag  Clean  │"
  31.       text "│ Help   [-]   Directory    Status    Find Next   Delete  │"
  32.       text "└─────────────────────────────────────────────────────────┘"
  33.       select 4,3,4,Exit
  34.       select 5,3,4,H
  35.       select 4,10,3,P
  36.       select 5,10,3,M
  37.       select 4,16,4,L
  38.       select 5,16,10,D
  39.       select 4,23,3,O
  40.       select 4,29,7,C
  41.       select 5,29,6,S
  42.       select 4,39,4,F
  43.       select 5,39,9,N
  44.       select 4,46,4,U
  45.       select 4,52,5,CL
  46.       select 5,51,6,DL
  47.       PEND
  48. Exit: type 9         ;
  49. H:    type 0,59      ;F1
  50. P:    type 0,78      ;+
  51. M:    type 0,74      ;-
  52. L:    type 0,68      ;F10
  53. D:    type 0,93      ;Shift F10
  54. O:    type 0,66      ;F8
  55. C:    type 0,67      ;F9
  56. S:    type 0,60      ;F2
  57. F:    type "F"       ;letter "f"
  58. N:    type 0,33      ;ALT f
  59. U:    type 21        ;CONTROL u
  60. CL:   type "C"       ;letter "c"
  61. DL:   type 0,83      ;delete
  62.